home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbrc10
/
test.rc
< prev
next >
Wrap
Text File
|
1992-08-12
|
299b
|
18 lines
/*---------------------------
TEST.RC resource script
---------------------------*/
#include <windows.h>
test ICON test.ico
STRINGTABLE
BEGIN
0, "FORM1" /*** NAME OF DIALOG TEMPLATE GOES HERE ***/
END
rcinclude form1.dlg /*** NAME OF VBRC OUTPUT FILE GOES HERE ***/